Fix gdk_rectangle_union calls
authorTimm Bäder <mail@baedert.org>
Thu, 27 Apr 2017 13:29:13 +0000 (15:29 +0200)
committerTimm Bäder <mail@baedert.org>
Fri, 28 Apr 2017 09:27:09 +0000 (11:27 +0200)
commit179b8b0cbcf4f2ab66e8771d3296d30668998946
treec87a08c14eb3effe565e337e1511a056e406d1f4
parentb97b8b6ec186b0d666bf55f53344a284f5419619
Fix gdk_rectangle_union calls

Turns out that the destination is the last parameter, not the first one.
This fixes the flickering in the first page of the widget-factory when
using the expander on page 2.
gtk/gtkbox.c
gtk/gtkframe.c
gtk/gtkgrid.c
gtk/gtklistbox.c